[]
Gets a page of data as specified in the parameters.
public Task<PageResult<T>> GetPageAsync(Guid eTag, int startingIndex, int count, IReadOnlyList<SortDescription>? sortDescriptions = null, FilterExpression? filterExpression = null)
| Type | Name | Description |
|---|---|---|
| Guid | eTag | The token that determines whether the calling collection is syncrhonized. |
| int | startingIndex | The starting index in the collection. |
| int | count | The desired number of items to be returned. |
| IReadOnlyList<SortDescription> | sortDescriptions | The sorting descriptions. |
| FilterExpression | filterExpression | The filter expression. |
| Type | Description |
|---|---|
| Task<PageResult<T>> |